home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 119 / maccd 119.iso / Utilities / Mac OS X / CipherDisk II.app / Contents / Resources / HelpFiles / stylesheet.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-05-11  |  5.8 KB  |  298 lines  |  [TEXT/R*ch]

  1. /*
  2.   $Id: stylesheet.css,v 1.52 2003/02/13 13:54:41 project3000 Exp $
  3.  
  4.   osCommerce, Open Source E-Commerce Solutions
  5.   http://www.oscommerce.com
  6.  
  7.   Copyright (c) 2003 osCommerce
  8.  
  9.   Released under the GNU General Public License
  10. */
  11.  
  12. .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
  13. .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
  14. .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
  15. .productsNotifications { }
  16. .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
  17.  
  18. BODY {
  19.   font-family: Verdana, Arial, sans-serif;
  20.   font-size: 12px;
  21.   color: #202020;
  22.   margin: 0px;
  23. }
  24.  
  25. A { 
  26.   text-decoration: underline; 
  27. }
  28.  
  29. A:hover { 
  30.   color: #F00000; 
  31.   text-decoration: underline; 
  32. }
  33.  
  34. FORM {
  35.     display: inline;
  36. }
  37.  
  38. TR.header {
  39. }
  40.  
  41. A.headerNavigation { 
  42.   font-family: Verdana, Arial, sans-serif;
  43.   font-size: 10px;
  44.   color: #404040;
  45.   font-weight : bold;
  46. }
  47.  
  48. A.headerNavigation:hover {
  49.   font-family: Verdana, Arial, sans-serif;
  50.   font-size: 10px;
  51.   color: #000000;
  52.   font-weight : bold;
  53. }
  54.  
  55. A.leadText { 
  56.   font-family: Verdana, Arial, sans-serif;
  57.   font-size: 10px;
  58.   color: #404040;
  59.   font-weight : bold;
  60. }
  61.  
  62. A.leadText:hover {
  63.   font-family: Verdana, Arial, sans-serif;
  64.   font-size: 10px;
  65.   color: #000000;
  66.   font-weight : bold;
  67. }
  68.  
  69. TR.headerError {
  70. }
  71.  
  72. TD.headerError {
  73.   font-family: Tahoma, Verdana, Arial, sans-serif;
  74.   font-size: 12px;
  75.   color: #ffff00;
  76.   font-weight : bold;
  77.   text-align : center;
  78. }
  79.  
  80. TR.headerInfo {
  81.   font-family: Tahoma, Verdana, Arial, sans-serif;
  82.   font-size: 12px;
  83.   color: #ffff00;
  84.   font-weight : bold;
  85.   text-align : center;
  86. }
  87.  
  88. TD.headerInfo {
  89.   font-family: Verdana, Arial, sans-serif;
  90.   font-size: 10px;
  91.   color: #404040;
  92.   font-weight: bold;
  93. }
  94.  
  95. TR.footer {
  96.   font-family: Verdana, Arial, sans-serif;
  97.   font-size: 10px;
  98.   color: #404040;
  99. }
  100.  
  101. TD.footer {
  102.   font-family: Verdana, Arial, sans-serif;
  103.   font-size: 10px;
  104.   color: #404040;
  105. }
  106.  
  107. .infoBox {
  108.   font-family: Verdana, Arial, sans-serif;
  109.   font-size: 10px;
  110.   color: #404040;
  111. }
  112.  
  113. .infoBoxContents {
  114.   font-family: Verdana, Arial, sans-serif;
  115.   font-size: 10px;
  116.   color: #404040;
  117. }
  118.  
  119. .infoBoxNotice {
  120.   font-family: Verdana, Arial, sans-serif;
  121.   font-size: 10px;
  122.   color: #404040;
  123. }
  124.  
  125. .infoBoxNoticeContents {
  126.   font-family: Verdana, Arial, sans-serif;
  127.   font-size: 10px;
  128.   color: #404040;
  129. }
  130.  
  131. TD.infoBoxHeading {
  132.   font-family: Verdana, Arial, sans-serif;
  133.   font-size: 12px;
  134.   color: #404040;
  135.   font-weight: bold;
  136.   text-decoration: underline; 
  137. }
  138.  
  139. TD.infoBox, SPAN.infoBox {
  140.   font-family: Verdana, Arial, sans-serif;
  141.   font-size: 10px;
  142.   color: #404040;
  143. }
  144.  
  145. TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  146.   font-family: Verdana, Arial, sans-serif;
  147.   font-size: 10px;
  148.   color: #404040;
  149. }
  150.  
  151. TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  152.   font-family: Verdana, Arial, sans-serif;
  153.   font-size: 10px;
  154.   color: #404040;
  155. }
  156.  
  157. TR.productListing-heading {
  158.   font-family: Verdana, Arial, sans-serif;
  159.   font-size: 10px;
  160.   color: #404040;
  161. }
  162.  
  163. TD.productListing-heading {
  164.   font-family: Verdana, Arial, sans-serif;
  165.   font-size: 10px;
  166.   color: #404040;
  167.   font-weight: bold;
  168.   font-variant: small-caps;
  169. }
  170.  
  171. TD.productListing-data {
  172.   font-family: Verdana, Arial, sans-serif;
  173.   font-size: 10px;
  174.   color: #404040;
  175. }
  176.  
  177. A.pageResults { 
  178.   font-family: Verdana, Arial, sans-serif;
  179.   font-size: 10px;
  180.   color: #0000FF; 
  181. }
  182.  
  183. A.pageResults:hover { 
  184.   font-family: Verdana, Arial, sans-serif;
  185.   font-size: 10px;
  186.   color: #0000FF; 
  187.   background: #FFFF33; 
  188. }
  189.  
  190. TD.pageHeading, DIV.pageHeading {
  191.   font-family: Verdana, Arial, sans-serif;
  192.   font-size: 20px;
  193.   font-weight: bold;
  194.   color: #9a9a9a;
  195. }
  196.  
  197. TR.subBar {
  198. }
  199.  
  200. TD.subBar {
  201.   font-family: Verdana, Arial, sans-serif;
  202.   font-size: 10px;
  203.   color: #000000;
  204. }
  205.  
  206. TD.main, P.main {
  207.   font-family: Verdana, Arial, sans-serif;
  208.   font-size: 11px;
  209.   line-height: 1.5;
  210. }
  211.  
  212. TD.smallText, SPAN.smallText, P.smallText {
  213.   font-family: Verdana, Arial, sans-serif;
  214.   font-size: 10px;
  215. }
  216.  
  217. TD.accountCategory {
  218.   font-family: Verdana, Arial, sans-serif;
  219.   font-size: 13px;
  220.   color: #aabbdd;
  221. }
  222.  
  223. TD.fieldKey {
  224.   font-family: Verdana, Arial, sans-serif;
  225.   font-size: 12px;
  226.   font-weight: bold;
  227. }
  228.  
  229. TD.fieldValue {
  230.   font-family: Verdana, Arial, sans-serif;
  231.   font-size: 12px;
  232. }
  233.  
  234. TD.tableHeading {
  235.   font-family: Verdana, Arial, sans-serif;
  236.   font-size: 12px;
  237.   font-weight: bold;
  238. }
  239.  
  240. SPAN.newItemInCart {
  241.   font-family: Verdana, Arial, sans-serif;
  242.   font-size: 10px;
  243.   color: #ff0000;
  244. }
  245.  
  246. CHECKBOX, INPUT, RADIO, SELECT {
  247.   font-family: Verdana, Arial, sans-serif;
  248.   font-size: 11px;
  249. }
  250.  
  251. TEXTAREA {
  252.   width: 100%;
  253.   font-family: Verdana, Arial, sans-serif;
  254.   font-size: 11px;
  255. }
  256.  
  257. SPAN.greetUser {
  258.   font-family: Verdana, Arial, sans-serif;
  259.   font-size: 12px;
  260.   color: #f0a480;
  261.   font-weight: bold;
  262. }
  263.  
  264. TABLE.formArea {
  265.  border-color: #7b9ebd;
  266.   border-style: solid;
  267.   border-width: 1px;
  268. }
  269.  
  270. TD.formAreaTitle {
  271.   font-family: Tahoma, Verdana, Arial, sans-serif;
  272.   font-size: 12px;
  273.   font-weight: bold;
  274. }
  275.  
  276. SPAN.markProductOutOfStock {
  277.   font-family: Tahoma, Verdana, Arial, sans-serif;
  278.   font-size: 12px;
  279.   color: #c76170;
  280.   font-weight: bold;
  281. }
  282.  
  283. SPAN.productSpecialPrice {
  284.   font-family: Verdana, Arial, sans-serif;
  285.   color: #ff0000;
  286. }
  287.  
  288. SPAN.errorText {
  289.   font-family: Verdana, Arial, sans-serif;
  290.   color: #ff0000;
  291. }
  292.  
  293. .moduleRow { }
  294. .moduleRowOver { background-color: #D7E9F7; cursor: hand; }
  295. .moduleRowSelected { background-color: #E9F4FC; }
  296.  
  297. .checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
  298. .checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }